DataCollection
SortAsync(SortDescription[]) メソッド

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1BindingListDataCollection クラス > SortAsync メソッド : SortAsync(SortDescription[]) メソッド
The sort descriptions that determine how the data will be sort.
Sorts the collection according to the specified sortDescriptions.
シンタックス
'宣言
 
Public Overloads Function SortAsync( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SortAsync( 
   params SortDescription[] sortDescriptions
)

パラメータ

sortDescriptions
The sort descriptions that determine how the data will be sort.
参照

C1BindingListDataCollection クラス
C1BindingListDataCollection メンバ
オーバーロード一覧